* {
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
}

.footer {

    width: 100%;
    height: 5.1rem;
    background: #000000;
    border-radius: 0;
}

.footers {
    width: 14rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-top: .7rem !important;
}

.footer-content {
    display: flex;
    align-items: flex-start;
    column-gap: 1.5rem;
}

.content-title_3,
.content-title_5 {
    width: .3rem;
    height: 0rem;
    border: 0.01rem solid #707070;
    margin: 0.12rem 0 0.24rem 0;
}

.content-title_1 a,
.content-title_4 a {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: .16rem;
    color: #FFFFFF;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.title-2-1 a {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: .16rem;
    color: #FFFFFF;
    line-height: .30rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    opacity: 0.5;
}

.title-2-2 {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: .16rem;
    color: #FFFFFF;
    line-height: .30rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    opacity: 0.5;
}

.title-2-3 {
    display: flex;
}

.title-2-4 {
    width: 2.4rem;
}

.footer-right {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.footer-right_1 {
    width: 1.03rem;
    height: 1.03rem;
}

.footer-right_1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer-right_2 {
    padding-top: .11rem;
    width: .80rem;
    height: .21rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: .16rem;
    color: #FFFFFF;
    line-height: .30rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.footers-1 {
    padding-top: 1.6rem;
    padding-bottom: .4rem;
    width: 14rem;
    margin: 0 auto;
    display: flex;
}

.footers-1-1,
.footers-1-2 a {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: .16rem;
    color: #fff;
    text-align: left;
    font-style: normal;
    text-transform: none;
    opacity: 0.5;
}

.footers-1-2 a:hover {
    opacity: 1 !important;
}

.footers-1-3 {

    display: flex;
    column-gap: .2rem;
}

.active {
    opacity: 1 !important;
}

.footer-border {
    width: 100%;
    height: 0rem;
    border: 0.01rem solid #4E5054;
}

.footer-bottom {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: .16rem;
    color: #9B9C9E;
    line-height: .30rem;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.footer-img {
    /* position: relative; */
    display: none;
}

.footer-imgs {
    z-index: 9;
    position: fixed;
    right: 0;
    bottom: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: .58rem;
    height: .58rem;
    background: #3473BF;
    box-shadow: 0rem 0rem 0.03rem 0.01rem rgba(0, 0, 0, 0.16);
    border-radius: 0rem 0rem 0rem 0rem;
}

.footer-img-1 {
    width: .33rem;
    height: .3rem;
}

.footer-img-1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}





.footer-imgs1 {
    position: fixed;
    right: 0;
    bottom: 2.65rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: .58rem;
    height: .58rem;
    background: #3473BF;
    box-shadow: 0rem 0rem 0.03rem 0.01rem rgba(0, 0, 0, 0.16);
    border-radius: 0rem 0rem 0rem 0rem;
}

.footer-img-1 {
    width: .33rem;
    height: .3rem;
}

.footer-img-1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.header-4{
    position: fixed;
    z-index: 9;
}

.header-4-content {
    cursor: pointer;
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.58rem;
    height: 0.58rem;
    background: #3473BF;
    box-shadow: 0.00rem 0.00rem 0.03rem 0.01rem rgba(0, 0, 0, 0.16);
    border-radius: 0.00rem 0.00rem 0.00rem 0.00rem;
}
.header-4-content:hover .header-4-call{
    opacity: 1;
    animation: fadeIn 1s ease-in-out both;
}
@keyframes fadeIn {
    from {
        opacity: 0;
        width: 0;
    }

    to {
        opacity: 1;
        width: 1.7rem;
    }
}
.header-4-img {
    width: .3rem;
    height: .3rem;
}

.header-4-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.header-4-call{
    width: 0;
    opacity: 0;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.2rem;
    color: #3473BF;
    text-align: left;
    font-style: normal;
    text-transform: none;
    position: absolute;
    right: 0.59rem;
    box-shadow: 0rem 0rem 0.03rem 0.01rem rgba(0,0,0,0.16);
    border-radius: 0rem;
    padding: 0.12rem 0.16rem;
    transition: opacity 0.3s ease 0.2s;
}